Interface AttributeMerger<V>
-
- All Superinterfaces:
AttributeMatch<V>,AttributeValue<V>
- All Known Implementing Classes:
Attribute,BigDecimalAttribute,BigIntegerAttribute,BooleanAttribute,ByteArrayAttribute,ByteAttribute,ByteListAttribute,CharAttribute,CharListAttribute,DoubleAttribute,DoubleListAttribute,DurationAttribute,EncryptedStringAttribute,EnumAttribute,EnumListAttribute,FactoryAttribute,FactoryBaseAttribute,FactoryListAttribute,FactoryListBaseAttribute,FactoryPolymorphicAttribute,FactoryPolymorphicListAttribute,FactoryViewAttribute,FactoryViewListAttribute,FastFactoryAttribute,FastFactoryAttributeUtility,FastFactoryListAttribute,FastValueAttribute,FileContentAttribute,FloatAttribute,FloatListAttribute,I18nAttribute,ImmutableValueAttribute,InstantAttribute,IntegerAttribute,IntegerListAttribute,LocalDateAttribute,LocalDateTimeAttribute,LocaleAttribute,LocalTimeAttribute,LongAttribute,LongListAttribute,ObjectValueAttribute,ParametrizedObjectCreatorAttribute,PasswordAttribute,ReferenceBaseAttribute,ShortAttribute,ShortListAttribute,StringAttribute,StringListAttribute,StringMapAttribute,StringSetAttribute,URIAttribute,URIListAttribute,ValueListAttribute,ValueMapAttribute,ValueSetAttribute
public interface AttributeMerger<V> extends AttributeMatch<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleaninternal_hasWritePermission(java.util.function.Function<java.lang.String,java.lang.Boolean> permissionChecker)voidinternal_merge(V newValue)default <F extends FactoryBase<?,?>>
voidinternal_mergeFactoryList(java.util.List<F> oldList, java.util.List<F> newList)-
Methods inherited from interface io.github.factoryfx.factory.attribute.AttributeMatch
internal_mergeMatch, internal_referenceEquals, internal_referenceListEquals
-
Methods inherited from interface io.github.factoryfx.factory.attribute.AttributeValue
get, set
-
-
-
-
Method Detail
-
internal_merge
void internal_merge(V newValue)
-
internal_hasWritePermission
boolean internal_hasWritePermission(java.util.function.Function<java.lang.String,java.lang.Boolean> permissionChecker)
-
internal_mergeFactoryList
default <F extends FactoryBase<?,?>> void internal_mergeFactoryList(java.util.List<F> oldList, java.util.List<F> newList)
-
-