Package io.sundr.builder.internal
Class BuildableRepository
java.lang.Object
io.sundr.builder.internal.BuildableRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()io.sundr.model.TypeDefgetBuildable(io.sundr.model.TypeRef type) Set<io.sundr.model.TypeDef>booleanisBuildable(io.sundr.model.TypeDef type) booleanisBuildable(io.sundr.model.TypeRef type) io.sundr.model.TypeDefregister(io.sundr.model.TypeDef buildable)
-
Constructor Details
-
BuildableRepository
public BuildableRepository()
-
-
Method Details
-
register
public io.sundr.model.TypeDef register(io.sundr.model.TypeDef buildable) -
getBuildables
-
getBuildable
public io.sundr.model.TypeDef getBuildable(io.sundr.model.TypeRef type) -
isBuildable
public boolean isBuildable(io.sundr.model.TypeDef type) -
isBuildable
public boolean isBuildable(io.sundr.model.TypeRef type) -
clear
public void clear()
-