Uses of Enum
com.dslplatform.json.CompiledJson.Format
Packages that use CompiledJson.Format
-
Uses of CompiledJson.Format in com.dslplatform.json
Methods in com.dslplatform.json that return CompiledJson.FormatModifier and TypeMethodDescriptionstatic CompiledJson.FormatReturns the enum constant of this type with the specified name.static CompiledJson.Format[]CompiledJson.Format.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CompiledJson.Format in com.dslplatform.json.processor
Fields in com.dslplatform.json.processor with type parameters of type CompiledJson.FormatMethods in com.dslplatform.json.processor that return CompiledJson.FormatModifier and TypeMethodDescriptionprivate CompiledJson.Format[]Analysis.getFormats(AnnotationMirror ann) Constructors in com.dslplatform.json.processor with parameters of type CompiledJson.FormatModifierConstructorDescriptionStructInfo(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)