Uses of Package
net.n2oapp.framework.config.metadata.compile.builder
-
Packages that use net.n2oapp.framework.config.metadata.compile.builder Package Description net.n2oapp.framework.config.metadata.compile.builder -
Classes in net.n2oapp.framework.config.metadata.compile.builder used by net.n2oapp.framework.config.metadata.compile.builder Class Description N2oBuildProcessor Конструктор сборки метаданных Пример:b = BuildProcessorImpl.of(MyCompiled.class, MySource.class); b.get(MySource::getName).defaults(MySource::getId).set(MyCompiled::setName); b.cast(IdAware.class).get(IdAware::getId).set(IdAware::setId); b.get(MySource::getSomething).add().map(Mappers::singletonList).set(MyCompiled::setSomethings);