Uses of Class
org.openstreetmap.josm.data.StructUtils.SerializeOptions
-
Packages that use StructUtils.SerializeOptions Package Description org.openstreetmap.josm.data Provides the classes for JOSM managed data. -
-
Uses of StructUtils.SerializeOptions in org.openstreetmap.josm.data
Methods in org.openstreetmap.josm.data that return StructUtils.SerializeOptions Modifier and Type Method Description static StructUtils.SerializeOptions
StructUtils.SerializeOptions. valueOf(String name)
Returns the enum constant of this type with the specified name.static StructUtils.SerializeOptions[]
StructUtils.SerializeOptions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.data with parameters of type StructUtils.SerializeOptions Modifier and Type Method Description static <T> HashMap<String,String>
StructUtils. serializeStruct(T struct, Class<T> klass, StructUtils.SerializeOptions... options)
Convert an object to a String Map, by using field names and values as map key and value.
-