Uses of Class
net.morimekta.providence.reflect.contained.CStruct
-
Packages that use CStruct Package Description net.morimekta.providence.reflect.contained -
-
Uses of CStruct in net.morimekta.providence.reflect.contained
Methods in net.morimekta.providence.reflect.contained that return CStruct Modifier and Type Method Description CStructCStruct.Builder. build()Methods in net.morimekta.providence.reflect.contained that return types with arguments of type CStruct Modifier and Type Method Description CField<CStruct>CStructDescriptor. findFieldById(int id)CField<CStruct>CStructDescriptor. findFieldByName(java.lang.String name)CField<CStruct>CStructDescriptor. findFieldByPojoName(java.lang.String pojoName)CField<CStruct>[]CStructDescriptor. getFields()net.morimekta.providence.PMessageBuilder<CStruct>CStruct. mutate()Constructor parameters in net.morimekta.providence.reflect.contained with type arguments of type CStruct Constructor Description CStructDescriptor(java.lang.String comment, java.lang.String programName, java.lang.String name, java.util.List<CField<CStruct>> fields, java.util.Map<java.lang.String,java.lang.String> annotations, net.morimekta.providence.descriptor.PDescriptorProvider implementing)
-