Interface PojoMethodParameterModel<T>
- All Known Implementing Classes:
PojoHCAnnMethodParameterModel
public interface PojoMethodParameterModel<T>
-
Method Summary
-
Method Details
-
index
int index() -
name
-
typeModel
PojoTypeModel<T> typeModel() -
isImplicit
boolean isImplicit() -
equals
- Overrides:
equalsin classObject- Returns:
trueifobjis aMappableTypeModelreferencing the exact same type with the exact same exposed metadata.
-
hashCode
int hashCode()
-