Interface PojoMethodParameterModel<T>
- All Known Implementing Classes:
PojoHCAnnMethodParameterModel
public interface PojoMethodParameterModel<T>
-
Method Details
-
index
int index() -
name
-
annotations
Stream<Annotation> annotations() -
typeModel
PojoTypeModel<T> typeModel() -
isEnclosingInstance
boolean isEnclosingInstance()- Returns:
trueif this parameter is expected to receive an "enclosing instance", e.g. an instance of the enclosing class in the case of Java inner classes or method-local classes.
-
equals
- Overrides:
equalsin classObject- Returns:
trueifobjis aMappableTypeModelreferencing the exact same type with the exact same exposed metadata.
-
hashCode
int hashCode()
-