Uses of Class
net.morimekta.providence.PEnumBuilder
-
Packages that use PEnumBuilder Package Description net.morimekta.providence net.morimekta.providence.descriptor -
-
Uses of PEnumBuilder in net.morimekta.providence
Subclasses of PEnumBuilder in net.morimekta.providence Modifier and Type Class Description static classPApplicationExceptionType._Builderstatic classPServiceCallType._BuilderMethods in net.morimekta.providence that return PEnumBuilder Modifier and Type Method Description abstract PEnumBuilder<T>PEnumBuilder. setById(int value)Set the enum entity from integer value as it was defined in the thrift IDL.abstract PEnumBuilder<T>PEnumBuilder. setByName(java.lang.String name)Set the enum entity from name as it was written in the thrift IDL. -
Uses of PEnumBuilder in net.morimekta.providence.descriptor
Methods in net.morimekta.providence.descriptor that return PEnumBuilder Modifier and Type Method Description PEnumBuilder<T>PEnumDescriptor. builder()Methods in net.morimekta.providence.descriptor that return types with arguments of type PEnumBuilder Modifier and Type Method Description protected java.util.function.Supplier<PEnumBuilder<T>>PEnumDescriptor. getBuilderSupplier()Constructor parameters in net.morimekta.providence.descriptor with type arguments of type PEnumBuilder Constructor Description PEnumDescriptor(java.lang.String packageName, java.lang.String name, java.util.function.Supplier<PEnumBuilder<T>> provider)
-