Class FailureItem.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.collect.result.FailureItem.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- FailureItem
public static final class FailureItem.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forFailureItem
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<ImmutableMap<String,String>>
attributes()
The meta-property for theattributes
property.Class<? extends FailureItem>
beanType()
org.joda.beans.BeanBuilder<? extends FailureItem>
builder()
org.joda.beans.MetaProperty<Class<? extends Throwable>>
causeType()
The meta-property for thecauseType
property.org.joda.beans.MetaProperty<String>
message()
The meta-property for themessage
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
protected Object
propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
protected void
propertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)
org.joda.beans.MetaProperty<FailureReason>
reason()
The meta-property for thereason
property.org.joda.beans.MetaProperty<String>
stackTrace()
The meta-property for thestackTrace
property.-
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBean
isBuildable, metaProperty, toString, validate
-
-
-
-
Method Detail
-
metaPropertyGet
protected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
- Overrides:
metaPropertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public org.joda.beans.BeanBuilder<? extends FailureItem> builder()
-
beanType
public Class<? extends FailureItem> beanType()
-
reason
public org.joda.beans.MetaProperty<FailureReason> reason()
The meta-property for thereason
property.- Returns:
- the meta-property, not null
-
message
public org.joda.beans.MetaProperty<String> message()
The meta-property for themessage
property.- Returns:
- the meta-property, not null
-
attributes
public org.joda.beans.MetaProperty<ImmutableMap<String,String>> attributes()
The meta-property for theattributes
property.- Returns:
- the meta-property, not null
-
stackTrace
public org.joda.beans.MetaProperty<String> stackTrace()
The meta-property for thestackTrace
property.- Returns:
- the meta-property, not null
-
causeType
public org.joda.beans.MetaProperty<Class<? extends Throwable>> causeType()
The meta-property for thecauseType
property.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
-