Uses of Class
net.morimekta.providence.reflect.model.FieldDeclaration
-
Packages that use FieldDeclaration Package Description net.morimekta.providence.reflect.model -
-
Uses of FieldDeclaration in net.morimekta.providence.reflect.model
Methods in net.morimekta.providence.reflect.model that return types with arguments of type FieldDeclaration Modifier and Type Method Description java.util.List<FieldDeclaration>MessageDeclaration. getFields()java.util.List<FieldDeclaration>MethodDeclaration. getParams()java.util.List<FieldDeclaration>MethodDeclaration. getThrowing()Constructor parameters in net.morimekta.providence.reflect.model with type arguments of type FieldDeclaration Constructor Description MessageDeclaration(java.lang.String documentation, ThriftToken variant, ThriftToken name, ThriftToken implementing, java.util.List<FieldDeclaration> fields, java.util.List<AnnotationDeclaration> annotations)
-