Interface ResponseTemplate
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ResponseTemplate
-
-
Field Summary
Fields Modifier and Type Field Description static ResponseTemplateEMPTY_RESPONSE_TEMPLATE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(MetaData metaData)
-
-
-
Field Detail
-
EMPTY_RESPONSE_TEMPLATE
static final ResponseTemplate EMPTY_RESPONSE_TEMPLATE
-
-
Method Detail
-
apply
void apply(MetaData metaData)
-
-