Uses of Class
net.morimekta.providence.util.Any._Field
-
Packages that use Any._Field Package Description net.morimekta.providence.util -
-
Uses of Any._Field in net.morimekta.providence.util
Fields in net.morimekta.providence.util with type parameters of type Any._Field Modifier and Type Field Description static PStructDescriptor<Any,Any._Field>Any. kDescriptorMethods in net.morimekta.providence.util that return Any._Field Modifier and Type Method Description static Any._FieldAny._Field. fieldForId(int id)static Any._FieldAny._Field. fieldForName(java.lang.String name)static Any._FieldAny._Field. findById(int id)static Any._FieldAny._Field. findByName(java.lang.String name)static Any._FieldAny._Field. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Any._Field[]Any._Field. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.morimekta.providence.util that return types with arguments of type Any._Field Modifier and Type Method Description PStructDescriptor<Any,Any._Field>Any._Builder. descriptor()PStructDescriptor<Any,Any._Field>Any. descriptor()static PStructDescriptorProvider<Any,Any._Field>Any. provider()
-