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 Summary
Constructors Constructor Description AnyJSONObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
Map<String,Object>
otherFields()
void
setOtherField(String name, Object value)
String
toString()
-