Interface ClassLoaderMarshaller
- All Superinterfaces:
FieldReadable<ClassLoader>, FieldSetMarshaller<ClassLoader, ClassLoader>, FieldSetMarshaller.Simple<ClassLoader>, Writable<ClassLoader>
A marshaller for the fields of a
ClassLoader.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface FieldSetMarshaller
FieldSetMarshaller.Entry<T,K, V>, FieldSetMarshaller.Simple<T>, FieldSetMarshaller.Supplied<T, V> -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ClassLoaderMarshallerof(ClassLoader loader) Creates a simple marshaller for the specified class loader.Methods inherited from interface FieldReadable
getFields, nextIndex, readFromMethods inherited from interface FieldSetMarshaller
asMarshaller, asMarshaller, createInitialValueMethods inherited from interface FieldSetMarshaller.Simple
build
-
Method Details
-
of
Creates a simple marshaller for the specified class loader.- Parameters:
loader- a class loader- Returns:
- a simple marshaller for the specified class loader.
-