Uses of Interface
org.refcodes.struct.Table.TableDictionary.TableBuilder
-
Uses of Table.TableDictionary.TableBuilder in org.refcodes.struct
Classes in org.refcodes.struct with type parameters of type Table.TableDictionary.TableBuilderModifier and TypeInterfaceDescriptionstatic interface
Table.TableDictionary.TableBuilder<K,
V, B extends Table.TableDictionary.TableBuilder<K, V, B>> Provides a builder method for aRelation
property returning the builder for applying multiple build operations.Subinterfaces of Table.TableDictionary.TableBuilder in org.refcodes.structModifier and TypeInterfaceDescriptionstatic interface
The Interface CanonicalMapBuilder.static interface
The Interface ClassStructMapBuilder.static interface
TheInterOperableMap.InterOperableMapBuilder
provides convenience accessor default methods for supporting primitive data types.static interface
ThePathMap.PathMapBuilder
adds builder functionality to thePathMap.MutablePathMap
.static interface
ASimpleTypeMap.SimpleTypeMapBuilder
sets builder functionality (as of the builder pattern) on top of theSimpleTypeMap.MutableSimpleTypeMap
.Classes in org.refcodes.struct that implement Table.TableDictionary.TableBuilderModifier and TypeClassDescriptionclass
The Class CanonicalMapBuilderImpl.class
The Class ClassStructBuilderImpl.class
ThePathMapBuilderImpl
class implements thePathMap.PathMapBuilder
interface and provides a hookPathMapBuilderImpl.createBackingMap()
method which may be overridden for providing anotherMap
type as backing map than the default one.class
An implementation of theSimpleTypeMap.SimpleTypeMapBuilder
.