public class UtlDistinctProxy extends Object implements InvocationHandler
This class IS NOT intended to be used by end users.
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static CharSequence |
of(CharSequence text) |
static <T> T |
of(Class<T> type,
T target)
Note that only interface types may be proxied.
|
public static <T> T of(Class<T> type, T target)
type
- The type to proxytarget
- The targetpublic static CharSequence of(CharSequence text)
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.