Uses of Interface
com.speedment.common.codegen.Meta
-
Packages that use Meta Package Description com.speedment.common.codegen The main interfaces of the codegen library are located in this package.com.speedment.common.codegen.provider This package contains provider classes. -
-
Uses of Meta in com.speedment.common.codegen
Methods in com.speedment.common.codegen that return Meta Modifier and Type Method Description Meta<A,B>Meta.Builder. build()Builds this instance.Methods in com.speedment.common.codegen that return types with arguments of type Meta Modifier and Type Method Description List<Meta<?,?>>RenderTree. branches()<A,B>
Stream<Meta<A,B>>Generator. metaOn(A from, Class<B> to)Renders the specified model into a stream of code models.default <A,B>
Stream<Meta<A,B>>Generator. metaOn(A from, Class<B> to, Class<? extends Transform<A,B>> transform)Renders the specified model into a stream of code models.default <A> Stream<Meta<A,String>>Generator. metaOn(Collection<A> models)Renders all the specified models into a stream of code models.default <A,B>
Stream<Meta<A,B>>Generator. metaOn(Collection<A> models, Class<B> to)Renders all the specified models into a stream of code models.default <A,B>
Stream<Meta<A,B>>Generator. metaOn(Collection<A> models, Class<B> to, Class<? extends Transform<A,B>> transform)Renders all the specified models into a stream of code models.default <M> Stream<Meta<M,String>>Generator. metaOn(M model)Renders the specified model into a stream of code models.<A,B>
Optional<Meta<A,B>>Generator. transform(Transform<A,B> transform, A model, TransformFactory factory)Transforms the specified model using the specifiedTransformfrom the specifiedTransformFactory.Methods in com.speedment.common.codegen with parameters of type Meta Modifier and Type Method Description RenderTree.BuilderRenderTree.Builder. withBranch(Meta<?,?> meta) -
Uses of Meta in com.speedment.common.codegen.provider
Methods in com.speedment.common.codegen.provider that return types with arguments of type Meta Modifier and Type Method Description <A,B>
Stream<Meta<A,B>>StandardGenerator. metaOn(A from, Class<B> to)<A,B>
Stream<Meta<A,B>>StandardJavaGenerator. metaOn(A from, Class<B> to)<A,B>
Optional<Meta<A,B>>StandardGenerator. transform(Transform<A,B> transform, A model, TransformFactory factory)<A,B>
Optional<Meta<A,B>>StandardJavaGenerator. transform(Transform<A,B> transform, A model, TransformFactory factory)
-