[
Dobj(id=null, dmetaD=DmetaD(id=2068, embedded=true, size=123, comment=raghu, name=string, type=pdf)),dcont=DConD(data=abc)),
Dobj(id=null, dmetaD=DmetaD(id=2069, embedded=true, size=123, comment=raghu, name=string, type=pdf)),dcont=DConD(data=abc))
]
As you can see in the above object array i want to split and retrieve all the objects starting with the name DmetaD and DConD as string .
example:
String x=DmetaD(id=2068, embedded=true, size=123, comment=raghu, name=string, type=pdf))
String y=DConD(data=abc)