public class MergeXmlConfigResource extends Object
| Constructor and Description | 
|---|
| MergeXmlConfigResource() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected byte[] | buildArrayFromStream(InputStream source) | 
| org.springframework.core.io.Resource | getMergedConfigResource(ResourceInputStream[] sources) | 
| protected ResourceInputStream | merge(ResourceInputStream[] sources) | 
| protected ResourceInputStream | mergeItems(ResourceInputStream sourceLocationFirst,
          ResourceInputStream sourceLocationSecond) | 
| String | serialize(InputStream in) | 
| String | serialize(org.springframework.core.io.Resource resource) | 
public org.springframework.core.io.Resource getMergedConfigResource(ResourceInputStream[] sources) throws org.springframework.beans.BeansException
org.springframework.beans.BeansExceptionprotected ResourceInputStream merge(ResourceInputStream[] sources) throws MergeException, MergeManagerSetupException
protected ResourceInputStream mergeItems(ResourceInputStream sourceLocationFirst, ResourceInputStream sourceLocationSecond) throws MergeException, MergeManagerSetupException
public String serialize(org.springframework.core.io.Resource resource)
public String serialize(InputStream in)
protected byte[] buildArrayFromStream(InputStream source) throws IOException
IOExceptionCopyright © 2020. All rights reserved.