Uses of Class
org.apache.juneau.reflect.Mutater
Packages that use Mutater
-
Uses of Mutater in org.apache.juneau
Methods in org.apache.juneau that return MutaterModifier and TypeMethodDescriptionClassMeta.getFromMutater
(Class<I> c) Returns the transform for this class for creating instances from other object types.ClassMeta.getInputStreamMutater()
Returns the transform for this class for creating instances from an InputStream.ClassMeta.getReaderMutater()
Returns the transform for this class for creating instances from a Reader.ClassMeta.getStringMutater()
Returns the transform for this class for creating instances from a String.ClassMeta.getToMutater
(Class<O> c) Returns the transform for this class for creating instances from other object types. -
Uses of Mutater in org.apache.juneau.reflect
Fields in org.apache.juneau.reflect declared as MutaterMethods in org.apache.juneau.reflect that return MutaterModifier and TypeMethodDescriptionstatic <I,
O> Mutater<I, O> Returns the transform for converting the specified input type to the specified output type.Methods in org.apache.juneau.reflect with parameters of type Mutater