Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Record Class AbstractGeometryFieldMapper.NoopMalformedValueHandler
java.lang.Object
java.lang.Record
org.elasticsearch.index.mapper.AbstractGeometryFieldMapper.NoopMalformedValueHandler
- All Implemented Interfaces:
AbstractGeometryFieldMapper.MalformedValueHandler
- Enclosing class:
AbstractGeometryFieldMapper<T>
public static record AbstractGeometryFieldMapper.NoopMalformedValueHandler()
extends Record
implements AbstractGeometryFieldMapper.MalformedValueHandler
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aNoopMalformedValueHandlerrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidvoidnotify(Exception parsingException, XContentBuilder malformedDataForSyntheticSource) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoopMalformedValueHandler
public NoopMalformedValueHandler()Creates an instance of aNoopMalformedValueHandlerrecord class.
-
-
Method Details
-
notify
- Specified by:
notifyin interfaceAbstractGeometryFieldMapper.MalformedValueHandler
-
notify
- Specified by:
notifyin interfaceAbstractGeometryFieldMapper.MalformedValueHandler
-
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
public final int 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.
-