Uses of Interface
com.dslplatform.json.processor.TypeSupport
Packages that use TypeSupport
-
Uses of TypeSupport in com.dslplatform.json.processor
Classes in com.dslplatform.json.processor that implement TypeSupportFields in com.dslplatform.json.processor declared as TypeSupportModifier and TypeFieldDescriptionprivate final TypeSupportCachedTypeSupport.delegateprivate final TypeSupportAnalysis.typeSupport(package private) final TypeSupportContext.typeSupportMethods in com.dslplatform.json.processor with parameters of type TypeSupportModifier and TypeMethodDescriptionprivate static voidCompiledJsonAnnotationProcessor.buildCode(Writer code, ProcessingEnvironment environment, String className, StructInfo si, Map<String, StructInfo> structs, TypeSupport typeSupport, boolean allowUnknown, String generatedMarker) private booleanAttributeInfo.canResolveCollection(String content, TypeSupport typeSupport, Map<String, StructInfo> structs) AttributeInfo.collectionContent(TypeSupport typeSupport, Map<String, StructInfo> structs) Constructors in com.dslplatform.json.processor with parameters of type TypeSupportModifierConstructorDescriptionAnalysis(ProcessingEnvironment processingEnv, AnnotationUsage annotationUsage, LogLevel logLevel, TypeSupport typeSupport) Analysis(ProcessingEnvironment processingEnv, AnnotationUsage annotationUsage, LogLevel logLevel, TypeSupport typeSupport, Set<String> alternativeIgnore, Map<String, List<Analysis.AnnotationMapping<Boolean>>> alternativeNonNullable, Map<String, String> alternativeAlias, Map<String, List<Analysis.AnnotationMapping<Boolean>>> alternativeMandatory, Set<String> alternativeCreators, Map<String, String> alternativeIndex, UnknownTypes unknownTypes, boolean includeFields, boolean includeBeanMethods, boolean includeExactMethods) (package private)CachedTypeSupport(TypeSupport delegate) (package private)Context(Writer code, ProcessingEnvironment environment, Map<String, OptimizedConverter> inlinedConverters, Map<String, String> defaults, Map<String, StructInfo> structs, TypeSupport typeSupport, boolean allowUnknown)