Package org.comroid.varbind.bind
Interface VarBind<EXTR,DPND,REMAP,FINAL>
-
- All Superinterfaces:
PartialBind.Base<EXTR,DPND,REMAP,FINAL>,PartialBind.BindFragment,PartialBind.Extractor<EXTR>,PartialBind.Finisher<REMAP,FINAL>,PartialBind.Grouped<DPND>,PartialBind.Remapper<EXTR,DPND,REMAP>,org.comroid.api.SelfDeclared<PartialBind.BindFragment>,org.comroid.api.Specifiable<PartialBind.BindFragment>,org.comroid.spellbind.model.TypeFragment<PartialBind.BindFragment>
public interface VarBind<EXTR,DPND,REMAP,FINAL> extends PartialBind.Base<EXTR,DPND,REMAP,FINAL>, PartialBind.Grouped<DPND>, PartialBind.Extractor<EXTR>, PartialBind.Remapper<EXTR,DPND,REMAP>, PartialBind.Finisher<REMAP,FINAL>
-
-
Method Summary
-
Methods inherited from interface org.comroid.varbind.multipart.PartialBind.Base
getFieldName, getFrom, getFrom, isRequired, process, remapAll
-
Methods inherited from interface org.comroid.varbind.multipart.PartialBind.Extractor
extract
-
Methods inherited from interface org.comroid.varbind.multipart.PartialBind.Finisher
finish, isListing
-
Methods inherited from interface org.comroid.varbind.multipart.PartialBind.Grouped
getGroup
-
Methods inherited from interface org.comroid.varbind.multipart.PartialBind.Remapper
remap
-
-