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 aNoopMalformedValueHandler
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.void
void
notify
(Exception parsingException, XContentBuilder malformedDataForSyntheticSource) final String
toString()
Returns a string representation of this record class.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoopMalformedValueHandler
public NoopMalformedValueHandler()Creates an instance of aNoopMalformedValueHandler
record class.
-
-
Method Details
-
notify
- Specified by:
notify
in interfaceAbstractGeometryFieldMapper.MalformedValueHandler
-
notify
- Specified by:
notify
in 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.
-