Uses of Interface
io.github.cdklabs.projen.ResolveOptions
-
Packages that use ResolveOptions Package Description io.github.cdklabs.projen -
-
Uses of ResolveOptions in io.github.cdklabs.projen
Classes in io.github.cdklabs.projen that implement ResolveOptions Modifier and Type Class Description static classResolveOptions.Jsii$ProxyAn implementation forResolveOptionsMethods in io.github.cdklabs.projen that return ResolveOptions Modifier and Type Method Description ResolveOptionsResolveOptions.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen with parameters of type ResolveOptions Modifier and Type Method Description default ObjectIResolver.Jsii$Default. resolve(Object value, ResolveOptions options)(experimental) Given a value (object/string/array/whatever, looks up any functions inside the object and returns an object where all functions are called.ObjectIResolver.Jsii$Proxy. resolve(Object value, ResolveOptions options)(experimental) Given a value (object/string/array/whatever, looks up any functions inside the object and returns an object where all functions are called.ObjectIResolver. resolve(Object value, ResolveOptions options)(experimental) Given a value (object/string/array/whatever, looks up any functions inside the object and returns an object where all functions are called.
-