Uses of Class
org.immutables.value.processor.OkJsons.ConvertionDirection
-
Packages that use OkJsons.ConvertionDirection Package Description org.immutables.value.processor -
-
Uses of OkJsons.ConvertionDirection in org.immutables.value.processor
Fields in org.immutables.value.processor with type parameters of type OkJsons.ConvertionDirection Modifier and Type Field Description (package private) java.util.Set<OkJsons.ConvertionDirection>OkJsons.EnumDefinition. conversionsMethods in org.immutables.value.processor that return OkJsons.ConvertionDirection Modifier and Type Method Description static OkJsons.ConvertionDirectionOkJsons.ConvertionDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OkJsons.ConvertionDirection[]OkJsons.ConvertionDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.immutables.value.processor with parameters of type OkJsons.ConvertionDirection Modifier and Type Method Description private voidOkJsons.EnumAllDefinitions. addEnumDefintions(Proto.AbstractDeclaring declaring, ValueAttribute v, OkJsons.ConvertionDirection direction)
-