Uses of Class
org.immutables.value.Value.Style.ImplementationVisibility
-
Packages that use Value.Style.ImplementationVisibility Package Description org.immutables.value -
-
Uses of Value.Style.ImplementationVisibility in org.immutables.value
Methods in org.immutables.value that return Value.Style.ImplementationVisibility Modifier and Type Method Description static Value.Style.ImplementationVisibilityValue.Style.ImplementationVisibility. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Value.Style.ImplementationVisibility[]Value.Style.ImplementationVisibility. values()Returns an array containing the constants of this enum type, in the order they are declared.Value.Style.ImplementationVisibilityvisibility()Specify the mode in which visibility of generated value type is derived from abstract value type.
-