Package org.geotools.stac.client
Class AnyJSONObject
- Object
- 
- AnyJSONObject
 
- 
- Direct Known Subclasses:
- AbstractDocument,- CollectionExtent,- CollectionExtent.SpatialExtents,- CollectionExtent.TemporalExtents,- Link
 
 public class AnyJSONObject extends Object Base class with support for parsing and holding onto unknown properties, and basic equals/tostring/hashcode based on reflection
- 
- 
Constructor SummaryConstructors Constructor Description AnyJSONObject()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()Map<String,Object>otherFields()voidsetOtherField(String name, Object value)StringtoString()
 
-