Package org.asnlab.asndt.runtime.conv
Class ReflectionCompositeConverter
java.lang.Object
org.asnlab.asndt.runtime.conv.AsnConverter
org.asnlab.asndt.runtime.conv.CompositeConverter
org.asnlab.asndt.runtime.conv.AbstractCompositeConverter
org.asnlab.asndt.runtime.conv.ReflectionCompositeConverter
-
Nested Class Summary
Nested classes/interfaces inherited from class org.asnlab.asndt.runtime.conv.CompositeConverter
CompositeConverter.CompositeConverterConverter
-
Field Summary
Fields inherited from class org.asnlab.asndt.runtime.conv.AbstractCompositeConverter
componentFields, objectClass
Fields inherited from class org.asnlab.asndt.runtime.conv.CompositeConverter
componentConverters
-
Constructor Summary
ConstructorsConstructorDescriptionReflectionCompositeConverter
(Class<?> objectClass, String... componentNames) -
Method Summary
Methods inherited from class org.asnlab.asndt.runtime.conv.AbstractCompositeConverter
createObject, getComponentObject, isAnonymous, setComponentObject
Methods inherited from class org.asnlab.asndt.runtime.conv.CompositeConverter
getComponentConverter, getComponentsSize, setComponentConverters
-
Constructor Details
-
ReflectionCompositeConverter
-