Uses of Class
com.dslplatform.json.CompiledJson.TypeSignature
-
Packages that use CompiledJson.TypeSignature Package Description com.dslplatform.json com.dslplatform.json.processor -
-
Uses of CompiledJson.TypeSignature in com.dslplatform.json
Methods in com.dslplatform.json that return CompiledJson.TypeSignature Modifier and Type Method Description CompiledJson.TypeSignaturetypeSignature()Abstract types used as properties by default include type signature information so they can be properly deserialized.CompiledJson.TypeSignaturetypeSignature()Abstract types used as properties by default include type signature information so they can be properly deserialized.static CompiledJson.TypeSignatureCompiledJson.TypeSignature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompiledJson.TypeSignature[]CompiledJson.TypeSignature. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CompiledJson.TypeSignature in com.dslplatform.json.processor
Fields in com.dslplatform.json.processor declared as CompiledJson.TypeSignature Modifier and Type Field Description CompiledJson.TypeSignatureAttributeInfo. typeSignatureCompiledJson.TypeSignatureStructInfo. typeSignatureMethods in com.dslplatform.json.processor that return CompiledJson.TypeSignature Modifier and Type Method Description private CompiledJson.TypeSignatureAnalysis. typeSignatureValue(javax.lang.model.element.AnnotationMirror annotation)Constructors in com.dslplatform.json.processor with parameters of type CompiledJson.TypeSignature Constructor Description AttributeInfo(java.lang.String name, javax.lang.model.element.ExecutableElement readMethod, javax.lang.model.element.ExecutableElement writeMethod, javax.lang.model.element.VariableElement field, javax.lang.model.element.VariableElement argument, javax.lang.model.type.TypeMirror type, boolean isList, boolean isSet, boolean isMap, javax.lang.model.element.AnnotationMirror annotation, boolean notNull, boolean mandatory, int index, java.lang.String alias, boolean fullMatch, CompiledJson.TypeSignature typeSignature, JsonAttribute.IncludePolicy includeToMinimal, ConverterInfo converter, boolean isJsonObject, java.util.LinkedHashSet<javax.lang.model.type.TypeMirror> usedTypes, java.lang.String typeName, java.util.Map<java.lang.String,java.lang.Integer> typeVariablesIndex, java.util.Map<java.lang.String,javax.lang.model.type.TypeMirror> genericSignatures, boolean containsStructOwnerType)StructInfo(javax.lang.model.element.TypeElement element, javax.lang.model.type.DeclaredType discoveredBy, java.lang.String name, java.lang.String binaryName, ObjectType type, java.lang.String jsonObjectReaderPath, java.util.List<javax.lang.model.element.ExecutableElement> matchingConstructors, javax.lang.model.element.ExecutableElement annotatedConstructor, javax.lang.model.element.ExecutableElement annotatedFactory, BuilderInfo builder, javax.lang.model.element.AnnotationMirror annotation, CompiledJson.Behavior onUnknown, CompiledJson.TypeSignature typeSignature, CompiledJson.ObjectFormatPolicy objectFormatPolicy, javax.lang.model.element.TypeElement deserializeAs, java.lang.String discriminator, java.lang.String deserializeName, javax.lang.model.element.Element enumConstantNameSource, NamingStrategy namingStrategy, CompiledJson.Format[] formats, java.util.Map<java.lang.String,javax.lang.model.type.TypeMirror> genericSignatures)
-