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.SerializeOptionsStructUtils.SerializeOptions. valueOf(java.lang.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> java.util.Map<java.lang.String,java.lang.String>StructUtils. serializeStruct(T struct, java.lang.Class<T> klass, StructUtils.SerializeOptions... options)Convert an object to a String Map, by using field names and values as map key and value.
-