Package org.asnlab.asndt.runtime.conv
Class CompositeConverter.CompositeConverterConverter
java.lang.Object
org.asnlab.asndt.runtime.conv.AsnConverter
org.asnlab.asndt.runtime.conv.CompositeConverter
org.asnlab.asndt.runtime.conv.CompositeConverter.CompositeConverterConverter
- Enclosing class:
- CompositeConverter
protected abstract static class CompositeConverter.CompositeConverterConverter
extends CompositeConverter
-
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.CompositeConverter
componentConverters
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CompositeConverterConverter
(AsnConverter[] componentConverters) -
Method Summary
Modifier and TypeMethodDescriptiongetComponentObject
(Object object, int index) Given the composite value object, and the component index, return the component value object.void
setComponentObject
(Object object, int index, Object componentObject) Set the component value object of the composite value objectMethods inherited from class org.asnlab.asndt.runtime.conv.CompositeConverter
createObject, getComponentConverter, getComponentsSize, setComponentConverters
Methods inherited from class org.asnlab.asndt.runtime.conv.AsnConverter
isAnonymous
-
Constructor Details
-
CompositeConverterConverter
-
-
Method Details
-
getComponentObject
Description copied from class:CompositeConverter
Given the composite value object, and the component index, return the component value object.- Specified by:
getComponentObject
in classCompositeConverter
- Parameters:
object
- The composite value objectindex
- The component index- Returns:
- The component value object
-
setComponentObject
Description copied from class:CompositeConverter
Set the component value object of the composite value object- Specified by:
setComponentObject
in classCompositeConverter
- Parameters:
object
- The composite value objectindex
- The component indexcomponentObject
- The component value object
-