Uses of Class
org.eclipse.yasson.internal.JsonbContext
-
Packages that use JsonbContext Package Description org.eclipse.yasson.internal org.eclipse.yasson.internal.model org.eclipse.yasson.internal.serializer -
-
Uses of JsonbContext in org.eclipse.yasson.internal
Fields in org.eclipse.yasson.internal declared as JsonbContext Modifier and Type Field Description protected JsonbContextProcessingContext. jsonbContextMethods in org.eclipse.yasson.internal that return JsonbContext Modifier and Type Method Description JsonbContextProcessingContext. getJsonbContext()Jsonb context.Constructors in org.eclipse.yasson.internal with parameters of type JsonbContext Constructor Description AnnotationIntrospector(JsonbContext jsonbContext)Creates annotation introspecting component passingJsonbContextinside.MappingContext(JsonbContext jsonbContext)Create mapping context which is scoped to jsonb runtime.Marshaller(JsonbContext jsonbContext)Creates Marshaller for generation to String.Marshaller(JsonbContext jsonbContext, java.lang.reflect.Type rootRuntimeType)Creates Marshaller for generation to String.ProcessingContext(JsonbContext jsonbContext)Parent instance for marshaller and unmarshaller.Unmarshaller(JsonbContext jsonbContext)Creates instance of unmarshaller. -
Uses of JsonbContext in org.eclipse.yasson.internal.model
Methods in org.eclipse.yasson.internal.model that return JsonbContext Modifier and Type Method Description JsonbContextJsonbPropertyInfo. getContext()Gets context.Methods in org.eclipse.yasson.internal.model with parameters of type JsonbContext Modifier and Type Method Description JsonbPropertyInfoJsonbPropertyInfo. setContext(JsonbContext context)Sets context.Constructors in org.eclipse.yasson.internal.model with parameters of type JsonbContext Constructor Description CreatorModel(java.lang.String name, java.lang.reflect.Parameter parameter, 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
Fields in org.eclipse.yasson.internal.serializer declared as JsonbContext Modifier and Type Field Description protected JsonbContextAbstractSerializerBuilder. jsonbContextprotected JsonbContextCollectionSerializer. jsonbContextMethods in org.eclipse.yasson.internal.serializer that return JsonbContext Modifier and Type Method Description JsonbContextAbstractSerializerBuilder. getJsonbContext()Jsonb runtime context.Methods in org.eclipse.yasson.internal.serializer with parameters of type JsonbContext Modifier and Type Method Description protected java.util.Optional<java.lang.Number>AbstractNumberDeserializer. deserializeFormatted(java.lang.String jsonValue, boolean integerOnly, JsonbContext jsonbContext)protected JsonbDateFormatterAbstractDateTimeDeserializer. getJsonbDateFormatter(JsonbContext context)protected JsonbDateFormatterAbstractDateTimeSerializer. getJsonbDateFormatter(JsonbContext context)protected javax.json.bind.serializer.JsonbDeserializer<?>AbstractContainerDeserializer. newCollectionOrMapItem(java.lang.reflect.Type valueType, JsonbContext ctx)protected DeserializerBuilderAbstractContainerDeserializer. newUnmarshallerItemBuilder(JsonbContext ctx)java.lang.StringAbstractDateTimeSerializer. toJson(T object, JsonbDateFormatter formatter, JsonbContext jsonbContext)Converts to JSON string.Constructors in org.eclipse.yasson.internal.serializer with parameters of type JsonbContext Constructor Description AbstractSerializerBuilder(JsonbContext jsonbContext)Crates a builder.DeserializerBuilder(JsonbContext jsonbContext)Creates a new builder.SerializerBuilder(JsonbContext jsonbContext)Creates a new builder.
-