Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6212071
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T06:26:53+00:00 2026-05-24T06:26:53+00:00

I have a groovy DSL script like this: entity(attribute1:one, attribute2:two) so far so good.

  • 0

I have a groovy DSL script like this:

entity(attribute1:"one", attribute2:"two")

so far so good. I run the script and set the script’s delegate to a class where entity’s defined, and the class handles everything.

Now I want to do this:

entity(attibute1:(subattribute1:"one", subattribute2:"two"))

Is this somehow syntactically possible? Since (subattribute1:”one”, subattribute2:”two”) itself doesn’t mean anything, I’m assuming not, though I’m wondering if there are some Groovy magic that I’m not aware of that allows this.

And I don’t want to do

entity(attibute1:[subattribute1:"one", subattribute2:"two"])

even though I know that works. Just a syntax preference.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T06:26:55+00:00Added an answer on May 24, 2026 at 6:26 am

    No, you have to use the square brace (as you have said you don’t want).

    The first example:

    entity(attribute1:"one", attribute2:"two")
    

    is a shortcut for actually calling:

    entity( [ attribute1:"one", attribute2:"two" ] )
    

    So, you would either need the square braces, (to signify the attribute1 key contains a map, or you would need to prefix the brace with another method name such as:

    entity(attibute1:attribute(subattribute1:"one", subattribute2:"two"))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

may be too simple groovy question but....please help i have a list like this:
I have a groovy string like this: String test = abc{ der} token: \330\272%\006\272W\264\000T\226\022[\310\2207#fs\032q
Right now I have this Groovy code to run a series of tasks: CountDownLatch
I have one groovy script which print some statistics: println: ... now I have
I have some groovy code like this: def dest = destSql.dataSet('destination_table') sourceSql.eachRow('select * from
I have a groovy script with an unknown number of variables in context at
I have a groovy script that needs a library in a jar. How do
I have the following entity class (in Groovy): import javax.persistence.Entity import javax.persistence.Id import javax.persistence.GeneratedValue
If I have a string in Groovy like so... 'user.company.name' ... and I want
In Groovy Console I have this: import groovy.util.* import org.codehaus.groovy.runtime.* def gse = new

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.