Package org.comroid.varbind.multipart
Interface PartialBind.Base<EXTR,DPND,REMAP,FINAL>
-
- All Superinterfaces:
PartialBind.BindFragment,org.comroid.api.SelfDeclared<PartialBind.BindFragment>,org.comroid.api.Specifiable<PartialBind.BindFragment>,org.comroid.spellbind.model.TypeFragment<PartialBind.BindFragment>
- All Known Subinterfaces:
VarBind<EXTR,DPND,REMAP,FINAL>
- All Known Implementing Classes:
BasicMultipart.Base
- Enclosing class:
- PartialBind
public static interface PartialBind.Base<EXTR,DPND,REMAP,FINAL> extends PartialBind.BindFragment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.StringgetFieldName()default FINALgetFrom(DPND dependencyObject, org.comroid.uniform.node.UniObjectNode node)default FINALgetFrom(org.comroid.uniform.node.UniObjectNode node)booleanisRequired()default FINALprocess(DPND dependency, org.comroid.mutatio.span.Span<EXTR> from)default org.comroid.mutatio.span.Span<REMAP>remapAll(DPND dependency, org.comroid.mutatio.span.Span<EXTR> from)
-