Class ResolveOptions$
- java.lang.Object
-
- com.xebialabs.xlrelease.serialization.json.repository.ResolveOptions$
-
public class ResolveOptions$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ResolveOptions$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ResolveOptions$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResolveOptions
WITH_DECORATORS()
ResolveOptions
WITHOUT_DECORATORS()
-
-
-
Field Detail
-
MODULE$
public static final ResolveOptions$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
WITH_DECORATORS
public ResolveOptions WITH_DECORATORS()
-
WITHOUT_DECORATORS
public ResolveOptions WITHOUT_DECORATORS()
-
-