Modifier and Type | Method and Description |
---|---|
Supplier |
AbstractTreeGridMiniAppBean.beanSupplier() |
Supplier |
AbstractTreeGridMiniAppBean.uiOptionsSupplier() |
Constructor and Description |
---|
AssignmentFilterState(Supplier modelSupplier) |
MXSerializationHelper(Supplier userInfo) |
Constructor and Description |
---|
ModelSerializer(Supplier optionsSupplier,
UISerializationHelper helper) |
UISerializer(Supplier optionsSupplier,
Supplier beanSupplier) |
UISerializer(Supplier optionsSupplier,
Supplier beanSupplier) |
Constructor and Description |
---|
ModelSerializer(Supplier optionsSupplier,
MaxSerializationHelper helper) |
UISerializer(Supplier optionsSupplier,
Supplier beanSupplier) |
UISerializer(Supplier optionsSupplier,
Supplier beanSupplier) |
Modifier and Type | Method and Description |
---|---|
static Supplier |
Supplier.Factory.cache(Supplier in)
Creates a supplier that defers creating the object until it is needed, and then will always
return the same object for future calls to get().
|
static Supplier |
Supplier.Factory.forObject(java.lang.Object in)
Creates a supplier that always returns the given object.
|
Modifier and Type | Method and Description |
---|---|
static Supplier |
Supplier.Factory.cache(Supplier in)
Creates a supplier that defers creating the object until it is needed, and then will always
return the same object for future calls to get().
|