public class ComponentIntrospectionQuery
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ComponentIntrospectionQuery.DefaultConfig |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
classId |
protected ComponentIntrospectionQuery.DefaultConfig |
defaultConfig |
com.exalead.mercury.component.config.descriptor.Descriptor |
descriptor |
Constructor and Description |
---|
ComponentIntrospectionQuery() |
ComponentIntrospectionQuery(ComponentIntrospectionQuery o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ComponentIntrospectionQuery.
|
static ComponentIntrospectionQuery |
fromString(java.lang.String s)
String representation of this ComponentIntrospectionQuery.
|
java.lang.String |
getClassId() |
ComponentIntrospectionQuery.DefaultConfig |
getDefaultConfig() |
com.exalead.mercury.component.config.descriptor.Descriptor |
getDescriptor()
Gets the config descriptor
|
ComponentIntrospectionQuery |
makeCopy()
Creates and returns a deep copy of this ComponentIntrospectionQuery.
|
static ComponentIntrospectionQuery |
readFrom(java.io.InputStream is)
Read this ComponentIntrospectionQuery from an XML fragment.
|
void |
setClassId(java.lang.String classId) |
void |
setDefaultConfig(ComponentIntrospectionQuery.DefaultConfig __value) |
void |
setDescriptor(com.exalead.mercury.component.config.descriptor.Descriptor descriptor)
Gets the config descriptor
|
java.lang.String |
toString()
String representation of this ComponentIntrospectionQuery.
|
ComponentIntrospectionQuery |
withClassId(java.lang.String classId) |
ComponentIntrospectionQuery |
withDefaultConfig(java.util.Collection<KeyValue> __values) |
ComponentIntrospectionQuery |
withDefaultConfig(ComponentIntrospectionQuery.DefaultConfig __value) |
ComponentIntrospectionQuery |
withDefaultConfig(KeyValue... __values) |
ComponentIntrospectionQuery |
withDescriptor(com.exalead.mercury.component.config.descriptor.Descriptor descriptor) |
void |
writeTo(java.io.OutputStream os)
Write this ComponentIntrospectionQuery as an XML fragment
|
public java.lang.String classId
protected ComponentIntrospectionQuery.DefaultConfig defaultConfig
public com.exalead.mercury.component.config.descriptor.Descriptor descriptor
public ComponentIntrospectionQuery()
public ComponentIntrospectionQuery(ComponentIntrospectionQuery o)
public void setClassId(java.lang.String classId)
public java.lang.String getClassId()
public ComponentIntrospectionQuery withClassId(java.lang.String classId)
public ComponentIntrospectionQuery.DefaultConfig getDefaultConfig()
public void setDefaultConfig(ComponentIntrospectionQuery.DefaultConfig __value)
public ComponentIntrospectionQuery withDefaultConfig(KeyValue... __values)
public ComponentIntrospectionQuery withDefaultConfig(java.util.Collection<KeyValue> __values)
public ComponentIntrospectionQuery withDefaultConfig(ComponentIntrospectionQuery.DefaultConfig __value)
public void setDescriptor(com.exalead.mercury.component.config.descriptor.Descriptor descriptor)
public com.exalead.mercury.component.config.descriptor.Descriptor getDescriptor()
public ComponentIntrospectionQuery withDescriptor(com.exalead.mercury.component.config.descriptor.Descriptor descriptor)
public ComponentIntrospectionQuery makeCopy()
public static ComponentIntrospectionQuery readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static ComponentIntrospectionQuery fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.