Uses of Class
com.dslplatform.json.processor.Analysis.AccessElements

Packages that use Analysis.AccessElements
com.dslplatform.json.processor   
 

Uses of Analysis.AccessElements in com.dslplatform.json.processor
 

Methods in com.dslplatform.json.processor that return Analysis.AccessElements
static Analysis.AccessElements Analysis.AccessElements.field(VariableElement field, VariableElement arg, AnnotationMirror annotation)
           
static Analysis.AccessElements Analysis.AccessElements.readOnly(ExecutableElement read, VariableElement arg, AnnotationMirror annotation)
           
static Analysis.AccessElements Analysis.AccessElements.readOnly(VariableElement field, ExecutableElement write, AnnotationMirror annotation)
           
static Analysis.AccessElements Analysis.AccessElements.readWrite(ExecutableElement read, ExecutableElement write, AnnotationMirror annotation)
           
 

Methods in com.dslplatform.json.processor that return types with arguments of type Analysis.AccessElements
 Map<String,Analysis.AccessElements> Analysis.getBeanProperties(TypeElement element, Map<String,VariableElement> arguments)
           
 Map<String,Analysis.AccessElements> Analysis.getBuilderProperties(TypeElement element, BuilderInfo builder, boolean withBeans, boolean withExact, boolean withFields)
           
 Map<String,Analysis.AccessElements> Analysis.getExactProperties(TypeElement element, Map<String,VariableElement> arguments)
           
 Map<String,Analysis.AccessElements> Analysis.getPublicFields(TypeElement element, Map<String,VariableElement> arguments)
           
 



Copyright © 2019. All rights reserved.