Uses of Class
org.eclipse.yasson.internal.JsonbContext
Packages that use JsonbContext
Package
Description
-
Uses of JsonbContext in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal that return JsonbContextConstructors in org.eclipse.yasson.internal with parameters of type JsonbContextModifierConstructorDescriptionAnnotationIntrospector(JsonbContext jsonbContext) Creates annotation introspecting component passingJsonbContextinside.DeserializationContextImpl(JsonbContext jsonbContext) Parent instance for marshaller and unmarshaller.MappingContext(JsonbContext jsonbContext) Create mapping context which is scoped to jsonb runtime.ProcessingContext(JsonbContext jsonbContext) Parent for marshaller and unmarshaller.SerializationContextImpl(JsonbContext jsonbContext) Creates Marshaller for generation to String.SerializationContextImpl(JsonbContext jsonbContext, Type rootRuntimeType) Creates Marshaller for generation to String. -
Uses of JsonbContext in org.eclipse.yasson.internal.deserializer
Constructors in org.eclipse.yasson.internal.deserializer with parameters of type JsonbContextModifierConstructorDescriptionDeserializationModelCreator(JsonbContext jsonbContext) Create new instance. -
Uses of JsonbContext in org.eclipse.yasson.internal.model
Constructors in org.eclipse.yasson.internal.model with parameters of type JsonbContextModifierConstructorDescriptionCreatorModel(String name, Parameter parameter, Executable executable, JsonbContext context) Creates a new instance.PropertyModel(ClassModel classModel, Property property, JsonbContext jsonbContext) Creates an instance. -
Uses of JsonbContext in org.eclipse.yasson.internal.serializer
Methods in org.eclipse.yasson.internal.serializer with parameters of type JsonbContextModifier and TypeMethodDescriptionstatic ModelSerializerSerializationModelCreator.wrapInCommonSet(ModelSerializer modelSerializer, Customization customization, JsonbContext jsonbContext) WrapModelSerializerin the common set of serializers.Constructors in org.eclipse.yasson.internal.serializer with parameters of type JsonbContextModifierConstructorDescriptionNullSerializer(ModelSerializer delegate, Customization customization, JsonbContext jsonbContext) Create new instance.SerializationModelCreator(JsonbContext jsonbContext) Create new instance. -
Uses of JsonbContext in org.eclipse.yasson.internal.serializer.types
Methods in org.eclipse.yasson.internal.serializer.types with parameters of type JsonbContextModifier and TypeMethodDescriptionstatic ModelSerializerTypeSerializers.getTypeSerializer(Class<?> clazz, Customization customization, JsonbContext jsonbContext) Create new type serializer.static ModelSerializerTypeSerializers.getTypeSerializer(List<Type> chain, Class<?> clazz, Customization customization, JsonbContext jsonbContext, boolean key) Create new type serializer.