Uses of Class
com.dslplatform.json.processor.StructInfo

Packages that use StructInfo
com.dslplatform.json.processor   
 

Uses of StructInfo in com.dslplatform.json.processor
 

Fields in com.dslplatform.json.processor with type parameters of type StructInfo
 Set<StructInfo> StructInfo.implementations
           
 

Methods in com.dslplatform.json.processor that return StructInfo
 StructInfo StructInfo.getDeserializeTarget()
           
 

Methods in com.dslplatform.json.processor that return types with arguments of type StructInfo
 Map<String,StructInfo> Analysis.analyze()
           
 

Methods in com.dslplatform.json.processor with parameters of type StructInfo
 void StructInfo.setDeserializeTarget(StructInfo value)
           
 

Method parameters in com.dslplatform.json.processor with type arguments of type StructInfo
 List<String> AttributeInfo.collectionContent(TypeSupport typeSupport, Map<String,StructInfo> structs)
           
 void Analysis.findImplementations(Collection<StructInfo> structs)
           
 boolean StructInfo.hasCycles(Map<String,StructInfo> structs)
           
 boolean AttributeInfo.isEnum(Map<String,StructInfo> structs)
           
 



Copyright © 2019. All rights reserved.