Interface Identifier.IdentifierConsumer
- Enclosing class:
Identifier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents an operation that accepts identifier key parts (name, value and
target type) defining a
contract to consume Identifier values.- Since:
- 1.1
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(SqlIdentifier name, Object value, Class<?> targetType) Performs this operation on the given arguments.
-
Method Details
-
accept
Performs this operation on the given arguments.- Parameters:
name-value-targetType-
-