Uses of Interface
net.n2oapp.framework.api.metadata.compile.building.CompileBuilder
-
Packages that use CompileBuilder Package Description net.n2oapp.framework.api.metadata.compile.building -
-
Uses of CompileBuilder in net.n2oapp.framework.api.metadata.compile.building
Methods in net.n2oapp.framework.api.metadata.compile.building with parameters of type CompileBuilder Modifier and Type Method Description BuildProcessor<O,I>BuildProcessor. compile(CompileBuilder<O,I> builder)<R extends Compiled>
FieldBuildProcessor<D,S,R>FieldBuildProcessor. compile(CompileConstructor<R,T> constructor, CompileBuilder<R,T> builder)<R extends Compiled>
PluralFieldBuildProcessor<D,S,R,L>PluralFieldBuildProcessor. compile(CompileConstructor<R,T> constructor, CompileBuilder<R,T> builder)
-