Interface DomainClassSupplier<T extends DataRouteSupporting>
- 
- Type Parameters:
 T- The generic type of theDataRouteSupportingextension.
- All Superinterfaces:
 org.springframework.core.Ordered
- 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 DomainClassSupplier<T extends DataRouteSupporting> extends org.springframework.core.Ordered
Supplier of entity classes scanned and determined to be associated with a particular route.- Author:
 - Jeff Fischer
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDomainClassSupplier.DomainMapping<T> 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DomainClassSupplier.DomainMapping<T>get()default intgetOrder() 
 - 
 
- 
- 
Method Detail
- 
getOrder
default int getOrder()
- Specified by:
 getOrderin interfaceorg.springframework.core.Ordered
 
- 
get
@NonNull DomainClassSupplier.DomainMapping<T> get()
 
 - 
 
 -