Uses of Interface
org.eclipse.yasson.internal.model.customization.ComponentBoundCustomization
Packages that use ComponentBoundCustomization
-
Uses of ComponentBoundCustomization in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal with parameters of type ComponentBoundCustomizationModifier and TypeMethodDescriptionComponentMatcher.getDeserializeAdapterBinding(Type propertyRuntimeType, ComponentBoundCustomization customization) Get components from property model (if declared by annotation and runtime type matches), or return components searched by runtime type.ComponentMatcher.getDeserializerBinding(Type propertyRuntimeType, ComponentBoundCustomization customization) Lookup deserializer binding for a given property runtime type.ComponentMatcher.getSerializeAdapterBinding(Type propertyRuntimeType, ComponentBoundCustomization customization) Get components from property model (if declared by annotation and runtime type matches), or return components searched by runtime type.ComponentMatcher.getSerializerBinding(Type propertyRuntimeType, ComponentBoundCustomization customization) Lookup serializer binding for a given property runtime type. -
Uses of ComponentBoundCustomization in org.eclipse.yasson.internal.model.customization
Classes in org.eclipse.yasson.internal.model.customization that implement ComponentBoundCustomizationModifier and TypeClassDescriptionclassCustomization which could be applied on a class or package level.classCustomization for creator (constructor / factory methods) parameters.classCustomization for a property of a class.