Module xorcery.jsonapi
Package com.exoreaction.xorcery.jsonapi
Record Class ResourceObjectIdentifiers
- All Implemented Interfaces:
JsonElement
- Author:
- rickardoberg
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionResourceObjectIdentifiers(ArrayNode json) Creates an instance of aResourceObjectIdentifiersrecord class. -
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(ResourceObject resourceObject) booleancontains(ResourceObjectIdentifier resourceObjectIdentifier) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.ArrayNodejson()Returns the value of thejsonrecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from interface JsonElement
array, asMap, getBoolean, getEnum, getFalsy, getInteger, getJson, getList, getListAs, getLong, getObjectAs, getObjectListAs, getString, getURI, has, object, toJsonString
-
Constructor Details
-
ResourceObjectIdentifiers
Creates an instance of aResourceObjectIdentifiersrecord class.- Parameters:
json- the value for thejsonrecord component
-
-
Method Details
-
getResources
-
contains
-
contains
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
json
Returns the value of thejsonrecord component.- Specified by:
jsonin interfaceJsonElement- Returns:
- the value of the
jsonrecord component
-