Record Class SerdeIntrospections.RuntimeIntrospectionRequest<T>
java.lang.Object
java.lang.Record
io.micronaut.serde.SerdeIntrospections.RuntimeIntrospectionRequest<T>
- Type Parameters:
T- The bean type- Record Components:
argument- The requested argumentkind- The requested introspection kind
- Enclosing interface:
SerdeIntrospections
public static record SerdeIntrospections.RuntimeIntrospectionRequest<T>(io.micronaut.core.type.Argument<T> argument, SerdeIntrospections.RuntimeIntrospectionKind kind)
extends Record
A runtime introspection request.
- Since:
- 3.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeIntrospectionRequest(io.micronaut.core.type.Argument<T> argument, SerdeIntrospections.RuntimeIntrospectionKind kind) Creates an instance of aRuntimeIntrospectionRequestrecord class. -
Method Summary
Modifier and TypeMethodDescriptionio.micronaut.core.type.Argument<T> argument()Returns the value of theargumentrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.kind()Returns the value of thekindrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
RuntimeIntrospectionRequest
public RuntimeIntrospectionRequest(io.micronaut.core.type.Argument<T> argument, SerdeIntrospections.RuntimeIntrospectionKind kind) Creates an instance of aRuntimeIntrospectionRequestrecord class.
-
-
Method Details
-
toString
-
hashCode
-
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). -
argument
-
kind
-