Package org.nuiton.jaxx.compiler
Class BeanScope
- java.lang.Object
-
- org.nuiton.jaxx.compiler.BeanScope
-
public class BeanScope extends Object
Represents a bean scope detected on a compiled object. Created on 31/01/19.- Since:
- 3
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description BeanScope(String beanScope, CompiledObject compiledObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBeanScope()CompiledObjectgetCompiledObject()StringtoString()
-
-
-
Constructor Detail
-
BeanScope
public BeanScope(String beanScope, CompiledObject compiledObject)
-
-
Method Detail
-
getBeanScope
public String getBeanScope()
-
getCompiledObject
public CompiledObject getCompiledObject()
-
-