Uses of Class
net.morimekta.providence.model.FunctionType
-
Packages that use FunctionType Package Description net.morimekta.providence.model -
-
Uses of FunctionType in net.morimekta.providence.model
Fields in net.morimekta.providence.model with type parameters of type FunctionType Modifier and Type Field Description static net.morimekta.providence.descriptor.PStructDescriptor<FunctionType,FunctionType._Field>FunctionType. kDescriptorMethods in net.morimekta.providence.model that return FunctionType Modifier and Type Method Description FunctionTypeFunctionType._Builder. build()Methods in net.morimekta.providence.model that return types with arguments of type FunctionType Modifier and Type Method Description net.morimekta.providence.descriptor.PStructDescriptor<FunctionType,FunctionType._Field>FunctionType._Builder. descriptor()net.morimekta.providence.descriptor.PStructDescriptor<FunctionType,FunctionType._Field>FunctionType. descriptor()java.util.List<FunctionType>ServiceType. getMethods()java.util.List<FunctionType>ServiceType._Builder. mutableMethods()static net.morimekta.providence.descriptor.PStructDescriptorProvider<FunctionType,FunctionType._Field>FunctionType. provider()Methods in net.morimekta.providence.model with parameters of type FunctionType Modifier and Type Method Description ServiceType._BuilderServiceType._Builder. addToMethods(FunctionType... values)Adds entries to themethodslist.intFunctionType. compareTo(FunctionType other)FunctionType._BuilderFunctionType._Builder. merge(FunctionType from)Method parameters in net.morimekta.providence.model with type arguments of type FunctionType Modifier and Type Method Description ServiceType._BuilderServiceType._Builder. setMethods(java.util.Collection<FunctionType> value)Set themethodsfield value.Constructors in net.morimekta.providence.model with parameters of type FunctionType Constructor Description _Builder(FunctionType base)Make a mutating builder off a base pmodel.FunctionType.
-