Uses of Enum
com.dslplatform.json.CompiledJson.TypeSignature
Packages that use CompiledJson.TypeSignature
-
Uses of CompiledJson.TypeSignature in com.dslplatform.json
Methods in com.dslplatform.json that return CompiledJson.TypeSignatureModifier and TypeMethodDescriptionstatic CompiledJson.TypeSignatureReturns 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.TypeSignatureMethods in com.dslplatform.json.processor that return CompiledJson.TypeSignatureModifier and TypeMethodDescriptionprivate CompiledJson.TypeSignatureAnalysis.typeSignatureValue(AnnotationMirror annotation) Constructors in com.dslplatform.json.processor with parameters of type CompiledJson.TypeSignatureModifierConstructorDescriptionAttributeInfo(String name, ExecutableElement readMethod, ExecutableElement writeMethod, VariableElement field, VariableElement argument, TypeMirror type, boolean isList, boolean isSet, boolean isMap, AnnotationMirror annotation, boolean notNull, boolean mandatory, int index, String alias, boolean fullMatch, CompiledJson.TypeSignature typeSignature, JsonAttribute.IncludePolicy includeToMinimal, ConverterInfo converter, boolean isJsonObject, LinkedHashSet<TypeMirror> usedTypes, String typeName, Map<String, Integer> typeVariablesIndex, Map<String, TypeMirror> genericSignatures, boolean containsStructOwnerType) StructInfo(TypeElement element, DeclaredType discoveredBy, String name, String binaryName, ObjectType type, String jsonObjectReaderPath, List<ExecutableElement> matchingConstructors, ExecutableElement annotatedConstructor, ExecutableElement annotatedFactory, BuilderInfo builder, AnnotationMirror annotation, CompiledJson.Behavior onUnknown, CompiledJson.TypeSignature typeSignature, CompiledJson.ObjectFormatPolicy objectFormatPolicy, TypeElement deserializeAs, String discriminator, String deserializeName, Element enumConstantNameSource, NamingStrategy namingStrategy, CompiledJson.Format[] formats, Map<String, TypeMirror> genericSignatures)